-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
_1fps: init at 0.1.10 #333281
_1fps: init at 0.1.10 #333281
Conversation
3e7d2d7
to
82177f0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The package name should be _1fps
due to a limit of nix language:
nix-repl> 1a = 2
error: syntax error, unexpected '=', expecting end of file
at «string»:1:4:
1| 1a = 2
| ^
nix-repl> _1a = 2
Also by-name path and commit message.
82177f0
to
6ac8238
Compare
But all work fine with this name The most inconvenient thing is that it won't work in constructions like this: with pkgs; [
"1fps"
]; and inherit "1fps"; But okay, let's do it this way now. |
6ac8238
to
db94531
Compare
db94531
to
cce070e
Compare
Description of changes
Add 1fps client.
Link: https://1fps.video
Code: https://github.com/1fpsvideo/1fps
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.